You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TOpenCLMtxVec Class > TOpenCLMtxVec Methods > CopyToArray Method > TOpenCLMtxVec.CopyToArray Method (int[], int, int)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
TOpenCLMtxVec.CopyToArray Method (int[], int, int)

Copies calling object data to array.

Syntax
C#
Visual Basic
public void CopyToArray(ref int[] Dst, int Index, int Len);

Copies Len elements from the calling object starting at Index to Dst array. The size of the Dst array is set to Len or Len*2, if the Complex is true.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!